Commit Graph

7 Commits

Author SHA1 Message Date
dependabot[bot]
6cea2d8e9f Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 20:25:21 +00:00
sethforprivacy
2e63bd433e Bump GH Actions to ubuntu-latest 2022-08-09 14:20:03 -04:00
dependabot[bot]
e1e5162f71 Bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 20:23:03 +00:00
dependabot[bot]
fff5905916 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 20:18:31 +00:00
Seth Simmons
c8fa7fd543 Only run Trivy against Dockerfile changes
As the Trivy run is scheduled via cron, we should only run in addition to that if the Dockerfile itself is changed.
2021-07-13 19:45:44 +00:00
Seth Simmons
2fbacfeb5b Re-name Trivy scan workflow 2021-07-13 19:41:46 +00:00
Seth Simmons
93cccb8035 Create trivy-analysis.yml 2021-07-13 19:38:12 +00:00