Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: add trivy vulnerability scanning #5729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 16, 2023
Merged

chore: add trivy vulnerability scanning #5729

merged 10 commits into from
Jan 16, 2023

Conversation

deansheather
Copy link
Member

  • Rename the codeql workflow to security
  • Adds trivy vulnerability scanning for the linux_amd64 Docker image

@deansheather deansheather requested a review from mafredri January 16, 2023 15:40
Copy link
Member

@mafredri mafredri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments but looks good 👍🏻.

set -euo pipefail
image_job="build/coder_$(./scripts/version.sh)_linux_amd64.tag"
make -j "$image_job"
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is one of those "useless use of cat" 😄, consider an alternative:

Suggested change
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
echo "image=$(<"$image_job")" >> $GITHUB_OUTPUT

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like cat :(

@deansheather deansheather requested a review from mafredri January 16, 2023 16:08
@deansheather deansheather merged commit b55cb0c into main Jan 16, 2023
@deansheather deansheather deleted the dean/trivy branch January 16, 2023 17:43
@github-actions github-actions bot locked and limited conversation to collaborators Jan 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants