repository
0.0.0-20241214100230-10fa44bf68fc
Repository: https://github.com/cloudfoundry/usn-resource.git
Documentation: pkg.go.dev
# README
usn-resource
A read-only (no put
) Concourse resource for tracking
Ubuntu Security Notices
Source Configuration
os
- os distro to tracktrusty
orubuntu-14.04-lts
for Ubuntu Trustyxenial
orubuntu-16.04-lts
for Ubuntu Xenialbionic
orubuntu-18.04-lts
for Ubuntu Bionicjammy
orubuntu-22.04-lts
for Ubuntu Jammynoble
orubuntu-24.04-lts
for Ubuntu Noble- ... (see filters on the USN website for more)
priorities
- list of CVE priorities to trigger onmedium
high
critical
unknown
when CVE reference gives http error
check
Check for new USNs.
Metadata:
guid
- URL to USN page
in
Download USN contents.
.resource/usn.json
- json file with the USN details
out
Not a thing for this read-only resource.
License
Development
- A simple set of tests live in
api/integration_test.go
- After a change, building and pushing the docker image manually (it's not pipelined) is needed for most people to consume this